home *** CD-ROM | disk | FTP | other *** search
/ It's Naomi! / It's Naomi!.iso / pc / dmov / quit.dir / 00003.ls < prev    next >
Encoding:
Text File  |  1997-05-16  |  146 b   |  9 lines

  1. on exitFrame
  2.   if not soundBusy(2) then
  3.     sound playFile 2, "@:MOVIE:SOUND:NOSOUND"
  4.     go(the frame + 1)
  5.   else
  6.     go(the frame)
  7.   end if
  8. end
  9.